projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c7bc1a
)
Add doc strings for calendar-day-name-array and calendar-month-name-array.
author
Edward M. Reingold
<reingold@emr.cs.iit.edu>
Tue, 20 Oct 1998 15:41:59 +0000
(15:41 +0000)
committer
Edward M. Reingold
<reingold@emr.cs.iit.edu>
Tue, 20 Oct 1998 15:41:59 +0000
(15:41 +0000)
lisp/calendar/calendar.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/calendar.el
b/lisp/calendar/calendar.el
index 67eca4254cfc7fc460eb38869eb79c2d9d92dea0..342feb971b230949da946a751575a0f95e299ef2 100644
(file)
--- a/
lisp/calendar/calendar.el
+++ b/
lisp/calendar/calendar.el
@@
-2335,9
+2335,11
@@
rather than a date."
(t (substring string 0 width)))))
(defvar calendar-day-name-array
+ "Array of capitalized strings giving, in order, the day names."
["Sunday" "Monday" "Tuesday" "Wednesday" "Thursday" "Friday" "Saturday"])
(defvar calendar-month-name-array
+ "Array of capitalized strings giving, in order, the month names."
["January" "February" "March" "April" "May" "June"
"July" "August" "September" "October" "November" "December"])